home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / evd41.zip / EVD_UTIL.ZIP / EVD_UTIL.DOC < prev    next >
Text File  |  1992-03-01  |  5KB  |  123 lines

  1. EVDoor 4.0 Utilities
  2.  
  3. PCBSTATS.EXE  (By: CDC - Developers of PCBoard)
  4.  
  5.     This is  the  "latest"  version  of  CDC's  PCBSTATS program. This
  6.     program updates your call awaiting screens.  You  *must* have this
  7.     program (PCBSTATS.EXE) in the same directory  as your  PCBOARD.SYS
  8.     is located (ALL NODES if your a multi-node user).   And you *must*
  9.     have your PCBSTATS.DAT in the same  location as your  USERS files.
  10.     EVDoor uses PCBSTATS.EXE to update your call awaiting screens when
  11.     a user disconnects or is automatically disconnected.
  12.  
  13. EVDPURGE.EXE  (By: Eagleware - The Eagle's Nest)
  14.  
  15.         This  utility  will  compare   your  USERS  file  against  EVDoor's
  16.         VERIFY.FON file.  If the program finds  a "MATCH" on a  "USER NAME"
  17.         when reading your USERS file and then finds the same "USER NAME" in
  18.         the VERIFY.FON file, it will write that entry out to disk. In other
  19.         words, it comparers your current  USERS against the USERS listed in
  20.         VERIFY.FON, and  basically DELETES those entries  in the VERIFY.FON
  21.         file  that are  NOT current  USERS on  your system.  EVDPURGE first
  22.         makes a  backup copy your  current VERIFY.FON file  to the filename
  23.         VERIFY.FBK. Then creates a filename  of VERIFY.TMP, all "USER NAME"
  24.         matches are written to this file.  When the process is complete, it
  25.         renames VERIFY.TMP  to VERIFY.FON. The  process of reading  in each
  26.         "USER NAME" and running a line  by line check of VERIFY.FON is very
  27.         SLOW! So, you probably want to run this in your PCBoard event. Make
  28.         absolutely sure  that no other program  is accessing the VERIFY.FON
  29.         file or  USERS file when  you run EVDPURGE.  You must run  EVDPURGE
  30.         from the EVDoor directory!
  31.  
  32.         USAGE
  33.         EVDPURGE C:\PCB\MAIN\USERS
  34.                  ^
  35.                  A
  36.  
  37.         A = Path & filename to your USERS file
  38.  
  39. DELAY.EXE  (By: EagleWare - The Eagle's Nest)
  40.  
  41.         This program will delay/pause from 0  to 10 seconds. You should run
  42.         this  program if  you are   running multi-nodes  and will  be using
  43.         EVDoor on  several nodes. This  will allow a  delay in opening  the
  44.         door, so  that a conflict  will not occurred  if several users  try
  45.         accessing the door at the same time.
  46.  
  47.         USAGE
  48.         DELAY 5
  49.               ^
  50.               A
  51.         A = Number of seconds to delay/wait (0-10);
  52.  
  53. PROECHO.COM  (By: Sam Smith - The Tool Shop BBS)
  54.  
  55.         This is a utility to display a single line message to the user when
  56.         opening EVDoor. Use this in conjunction with DELAY.EXE
  57.  
  58.         USAGE
  59.         PROECHO 1 ~ Please wait, checking Network Status...~
  60.                 ^ ^ ^                                      ^
  61.                 A B C                                      D
  62.  
  63.         A = COM PORT to display message to (1 or 2),
  64.         B = Send a line feed (~).
  65.         C = Message to display.
  66.         D = Send another line feed (~).
  67.  
  68.  
  69. FATAL142.ZIP  (By: Sam Smith - The Tool Shop BBS)
  70.  
  71.         Use  this (TSR)  program if  you will  be running multi-nodes. This
  72.         excellent  program  will  help  alleviate  a  "FATAL  file  Sharing
  73.         violation". For example, should a  user be using EVDoor and writing
  74.         to the  callers log, and you  are on another node  and want to view
  75.         the callers log  this would create a file  sharing violation within
  76.         EVDoor and would stay there until you manually retry or reboot your
  77.         system/node running EVDoor.  This is only a temporary  fix, until I
  78.         can properly  set file sharing  up on the  callers log file.  Place
  79.         FATAL/I  in   your  autoexec.bat  or   you  can  put   it  in  your
  80.         startnet.bat.  The benefits  of using  this program  out weight the
  81.         very little memory it uses as a TSR.
  82.  
  83.         USAGE
  84.         FATAL/I
  85.               ^
  86.               A
  87.         A = Install
  88.  
  89. TXT2MB220.ZIP  (By: Robert Vostrey - The Faster than Light BBS)
  90.  
  91.         EVDoor  will  return  an  ERRORLEVEL  of  60  when  a user has been
  92.         successfully verified.  You can use  this ERRORLEVEL to  redirect a
  93.         batch file,  and use TXT2MSG.EXE  to place a  pre-written "welcome"
  94.         message to your newly verified  users in your message base. TXT2MSG
  95.         uses  PCBOARD.SYS file  to find  information about  the user,  when
  96.         EVDoor automatically  disconnects the user, it  basically wipes out
  97.         the needed information from within PCBOARD.SYS, so you will need to
  98.         use  PCBCOPY.EXE to  make a  "copy" of  the PCBOARD.SYS file before
  99.         running EVDoor, you  can do this within the  EVDoor batch file, and
  100.         then use the copy of PCBOARD.SYS for TXT2MSG.EXE to use.
  101.  
  102.         USAGE
  103.         See manual within TXT2MB220.ZIP and TXT2MSG batch file.
  104.  
  105. OUTCOMM.ZIP (By: Cam DeBuck)
  106.  
  107.         This  can be  used in  leu  of  PROECHO, as  it suppose  to support
  108.         non-standard comm ports. The difference between PROECHO and OUTCOMM
  109.         is that  PROECHO takes information  to be displayed  on the command
  110.         line  used  to  call  up  PROECHO,  whereas  OUTCOMM will display a
  111.         pre-written ASCII text file.
  112.  
  113.         USAGE
  114.         See manual within OUTCOMM.ZIP 
  115.  
  116. INSTAREG
  117.  
  118.     Sample batch file to use with EVDoor and InstaReg.
  119.  
  120. TXT2MSG
  121.  
  122.     Sample batch file to use with EVDoor and TXT2MB220.ZIP
  123.